manrename

rename.RENAME(2)LinuxProgrammer'sManualRENAME(2)NAMErename,renameat,renameat2-changethenameorlocationofafileSYNOPSIS#include ...,Youcanviewthesemanualpageslocallyusingtheman(1)command.Thesemanualpagescomefrommanydifferentsources,andthus,haveavarietyofwriting ...,Therename()functionchangesthenameofafile.Theoldargumentpointstothepathnameofthefiletoberenamed.Thenewargumentpointstot...

rename

rename. RENAME(2) Linux Programmer's Manual RENAME(2) NAME rename, renameat, renameat2 - change the name or location of a file SYNOPSIS #include <stdio.h> ...

Mac OS X Manual Page For rename(2)

You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing ...

rename - man pages section 2

The rename() function changes the name of a file. The old argument points to the pathname of the file to be renamed. The new argument points to the new path ...

rename(2): change namelocation of file

Description. rename() renames a file, moving it between directories if required. Any other hard links to the file (as created using link(2)) are unaffected.

rename file - Linux man page - Linux Documentation

Description. The rename() function shall change the name of a file. The old argument points to the pathname of the file to be renamed. The new argument points ...

file

DESCRIPTION. rename renames the filenames supplied according to the rule specified as the first argument. The perlexpr argument is a Perl expression which is ...

rename(1)

DESCRIPTION top. rename will rename the specified files by replacing the first occurrence of expression in their name by replacement. OPTIONS top.

rename(2)

Specifying RENAME_WHITEOUT creates a whiteout object at the source of the rename at the same time as performing the rename. ... man-pages (unreleased) (date) ...

rename Man Page

rename will rename the specified files by replacing the first occurrence of from in their name by to. The rename command is mostly used to bulk-rename a number ...

rename(2) [minix man page]

Rename causes the link named from to be renamed as to. If to exists, then it is first removed. Both from and to must be of the same type (that is, ...